home *** CD-ROM | disk | FTP | other *** search
- --
- -- ActivityLib
- --
-
- property ancestor
-
-
- on new me
- -- set constants:
-
-
- -- initialize the ancestor:
- set ancestor = new (script "DragSprite")
-
- -- do other initializations:
- initHandCursor ("pointer", [])
- return me
- end
-
-
- on destruct me
- if objectP (ancestor) then destruct (ancestor)
- set ancestor = 0
- end